projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485015c
)
(sys_kill): Fix indenting.
author
Geoff Voelker
<voelker@cs.washington.edu>
Thu, 23 Apr 1998 23:43:22 +0000
(23:43 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Thu, 23 Apr 1998 23:43:22 +0000
(23:43 +0000)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index 1acae25a9f53255d680ce0022c4536be5c7e390a..a416403b74b85b597a9cf3f62a4fe80f3f87bcdd 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-1351,7
+1351,7
@@
sys_kill (int pid, int sig)
"for pid %lu\n", GetLastError (), pid));
errno = EINVAL;
rc = -1;
- }
+
}
}
else
{